Offline Promotions export v3 Schema
mixedmatchproduct Element
Offline Promotions export v3 Schema > root Element > mixedmatches Element > mixedmatch Element > mixedmatchproducts Element : mixedmatchproduct Element
Namespace (none)
Diagram
productbarcodes Element amount Element Sequence mixedmatchproduct Element
Overview
productnumber required xs:long
Sequence
amount xs:decimal
Sequence
barcode required xs:long
Attributes
NameTypeUseDefaultFixedDescription
productnumberxs:longrequired   
Source
<xs:element maxOccurs="unbounded" name="mixedmatchproduct" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="amount" type="xs:decimal" />
      <xs:element name="productbarcodes">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" name="productbarcode">
              <xs:complexType>
                <xs:attribute name="barcode" type="xs:long" use="required" />
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="productnumber" type="xs:long" use="required" />
  </xs:complexType>
</xs:element>
See Also
mixedmatchproducts Elementmixedmatch Elementmixedmatches Elementroot ElementOffline Promotions export v3 Schema